Telegram Group & Telegram Channel
🌟اسکریپت Lua برای ماژول فرستنده nodemcu

uart.setup(1, 115200, 8, uart.PARITY_NONE, uart.STOPBITS_1, 1) — setup UART1 i.e. pin GPIO2

while true do —send string per second continuously

uart.write(1, "Hello friend\n")
tmr.delay(1000000)
end

🌟اسکریپت Lua برای ماژول گیرنده nodemcu

—callback on receiver data
uart.on("data","\n",function(data) print("receive from uart:", data) end, 0)

@micropython_iot
@raspberry_python
@raspberryproject



tg-me.com/micropython_iot/48
Create:
Last Update:

🌟اسکریپت Lua برای ماژول فرستنده nodemcu

uart.setup(1, 115200, 8, uart.PARITY_NONE, uart.STOPBITS_1, 1) — setup UART1 i.e. pin GPIO2

while true do —send string per second continuously

uart.write(1, "Hello friend\n")
tmr.delay(1000000)
end

🌟اسکریپت Lua برای ماژول گیرنده nodemcu

—callback on receiver data
uart.on("data","\n",function(data) print("receive from uart:", data) end, 0)

@micropython_iot
@raspberry_python
@raspberryproject

BY Micropython & IOT


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/micropython_iot/48

View MORE
Open in Telegram


Micropython & IOT Telegram | DID YOU KNOW?

Date: |

Telegram announces Anonymous Admins

The cloud-based messaging platform is also adding Anonymous Group Admins feature. As per Telegram, this feature is being introduced for safer protests. As per the Telegram blog post, users can “Toggle Remain Anonymous in Admin rights to enable Batman mode. The anonymized admin will be hidden in the list of group members, and their messages in the chat will be signed with the group name, similar to channel posts.”

Find Channels On Telegram?

Telegram is an aspiring new messaging app that’s taking the world by storm. The app is free, fast, and claims to be one of the safest messengers around. It allows people to connect easily, without any boundaries.You can use channels on Telegram, which are similar to Facebook pages. If you’re wondering how to find channels on Telegram, you’re in the right place. Keep reading and you’ll find out how. Also, you’ll learn more about channels, creating channels yourself, and the difference between private and public Telegram channels.

Micropython & IOT from nl


Telegram Micropython & IOT
FROM USA